home *** CD-ROM | disk | FTP | other *** search
/ WinDesk 95 - An MPC Encyclopedia / WinDesk 95 - An MPC Encyclopedia.iso / power / lstrial2.000 / ls3.bat < prev    next >
DOS Batch File  |  1995-12-05  |  631b  |  20 lines

  1. @Echo Off
  2. Cls
  3.  
  4. Rem     Node 3 will only operate if you have the Dual Line version of 
  5. Rem   LightSpeed or better.  Further, it will only operate on the Dual Line
  6. Rem   version as a local node for sysop use.
  7.  
  8. Rem     If you will be using DesqView v2.60 or below, you will need the next 
  9. Rem   line.  It is NOT needed for Dv/X or any other multi-tasker, in which
  10. Rem   case you may disable it by adding a REM in front of it.
  11. DvAnsi
  12.  
  13. Rem     Make sure the drive letter below is correct.  LightSpeed must be run
  14. Rem   from its own directory, and cannot be run accross drives or directories.
  15. C:
  16. Cd\Ls
  17. Ls.Exe 3
  18.  
  19. Exit
  20.